The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "fcgi"

FCGI - Fast CGI module River stage two • 26 direct dependents • 51 total dependents

Functions: FCGI::Request Creates a request handle. It has the following optional parameters: input perl file handle (default: \*STDIN) output perl file handle (default: \*STDOUT) error perl file handle (default: \*STDERR) These filehandles will be se...

ETHER/FCGI-0.82 - 31 Jul 2021 03:26:34 UTC - Search in distribution

FCGI::EV - Implement FastCGI protocol for use in EV-based applications River stage one • 1 direct dependent • 1 total dependent

This module implement FastCGI protocol for use in EV-based applications. (That mean you have to run EV::loop in your application or this module will not work.) It receive and parse data from web server, pack and send data to web server, but it doesn'...

POWERMAN/FCGI-EV-v2.0.1 - 03 Apr 2018 17:26:25 UTC - Search in distribution

FCGI::IIS - FCGI wrapper for MS IIS FastCGI River stage zero No dependents

The module has 5 different modes it can be run in. perl -MFCGI::IIS=test This is a simple test routine, that displays a counter that increments by 1 each time the script is called as a FastCGI. perl -MFCGI::IIS=carp In this mode, CGI::Carp qw(fatalsT...

COSMICNET/FCGI-IIS-0.05 - 24 Oct 2007 11:12:53 UTC - Search in distribution

FCGI::Async - use FastCGI with IO::Async River stage zero No dependents

This subclass of Net::Async::FastCGI provides a slightly different API; where it can take an argument containing the IO::Async::Loop object, rather than be added as "Notifier" object within one. It is provided mostly as a backward-compatibility wrapp...

PEVANS/FCGI-Async-0.22 - 01 Jan 2011 23:19:36 UTC - Search in distribution

FCGI::Spawn - FastCGI server for CGI-like applications effective multiprocessing River stage zero No dependents

The overall idea is to make Perl server-side scripts as convinient for newbies and server administrators as PHP in FastCGI mode. FCGI::Spawn is used to serve as a FastCGI process manager. Besides the features the FCGI::ProcManager posess itself, the ...

VERESC/FCGI-Spawn-0.16.7 - 07 Dec 2012 10:06:26 UTC - Search in distribution

FCGI::Buffer - Verify, Cache and Optimise FCGI Output River stage zero No dependents

NHORNE/FCGI-Buffer-0.19 - 02 Sep 2023 01:31:09 UTC - Search in distribution

FCGI::Client - client library for fastcgi protocol River stage two • 6 direct dependents • 53 total dependents

FCGI::Client is client library for fastcgi protocol....

TOKUHIROM/FCGI-Client-0.09 - 16 Jul 2018 14:26:27 UTC - Search in distribution

FCGI::Daemon - Perl-aware Fast CGI daemon for use with nginx web server. River stage zero No dependents

FCGI::Daemon is a small FastCGI server for use as CGI-wrapper for CGI applications. Like mod_perl FCGI-Daemon stay persistent in memory and accelerate unmodified CGI applications written in Perl. FCGI-Daemon run CGI scripts with RLIMITs and predefine...

AZJADFTRE/FCGI-Daemon-0.20220206 - 07 Feb 2022 09:36:22 UTC - Search in distribution

FCGI::Engine - A flexible engine for running FCGI-based applications River stage one • 1 direct dependent • 1 total dependent

This module helps manage FCGI based web applications by providing a wrapper which handles most of the low-level FCGI details for you. It can run FCGI programs as simple scripts or as full standalone socket based servers who are managed by FCGI::Engin...

STEVAN/FCGI-Engine-0.22 - 24 Aug 2014 21:44:17 UTC - Search in distribution

AnyEvent::FCGI - non-blocking FastCGI server River stage one • 1 direct dependent • 1 total dependent

This module implements non-blocking FastCGI server for event based applications....

VKRAMSKIH/AnyEvent-FCGI-0.04 - 04 May 2011 13:09:20 UTC - Search in distribution

FCGI::Restarter - Restart FCGI process on the fly River stage zero No dependents

FCGI::Restarter provide same functionality as FCGI plus it restart self if watch files changed in time. This additional function especially usefull in development enviroment....

GRIAN/FCGI-Restarter-0.12 - 17 Aug 2011 09:05:28 UTC - Search in distribution

FCGI::ProcManager - functions for managing FastCGI applications. River stage two • 12 direct dependents • 55 total dependents

FCGI::ProcManager is used to serve as a FastCGI process manager. By re-implementing it in perl, developers can more finely tune performance in their web applications, and can take advantage of copy-on-write semantics prevalent in UNIX kernel process ...

ARODLAND/FCGI-ProcManager-0.28 - 28 Feb 2017 02:33:18 UTC - Search in distribution

FCGI::EV::Std - Handler class to use with FCGI::EV River stage zero No dependents

This module must be used together with FCGI::EV. It will handle CGI requests received by FCGI::EV. Both blocking and non-blocking CGI request handling supported. It will validate size of STDIN: do not accept size larger than configured in $MAX_STDIN ...

POWERMAN/FCGI-EV-Std-v2.0.1 - 03 Apr 2018 16:23:25 UTC - Search in distribution

Any::Daemon::FCGI - serve the FCGI protocol River stage zero No dependents

The Fast CGI protocol connects a generic front-end web-server (like Apache or NGinx) with an backe-end daemon. The communication reuses connections. The front-end server validates and throttles requests to the back-end daemon. This module is the base...

MARKOV/Any-Daemon-HTTP-0.30 - 06 Apr 2020 10:49:24 UTC - Search in distribution

NetSDS::App::FCGI - FastCGI applications superclass River stage one • 4 direct dependents • 4 total dependents

"NetSDS::App::FCGI" module contains superclass for FastCGI applications. This class is based on "NetSDS::App" module and inherits all its functionality like logging, configuration processing, etc....

RATTLER/NetSDS-1.301 - 12 Nov 2009 18:01:06 UTC - Search in distribution

Nile::Handler::FCGI - FCGI Handler. River stage zero No dependents

Nile::Handler::FCGI - FCGI Handler....

MEWSOFT/Nile-0.55 - 14 Oct 2014 09:32:49 UTC - Search in distribution
  • Nile - Android Like Visual Web App Framework Separating Code From Design Multi Lingual And Multi Theme.
  • Nile::App - App base class for the Nile framework.

Plack::Handler::FCGI - FastCGI handler for Plack River stage four • 760 direct dependents • 1891 total dependents

This is a handler module to run any PSGI application as a standalone FastCGI daemon or a .fcgi script. OPTIONS listen listen => [ '/path/to/socket' ] listen => [ ':8080' ] Listen on a socket path, hostname:port, or :port. port listen via TCP on port ...

MIYAGAWA/Plack-1.0051 - 05 Jan 2024 23:11:02 UTC - Search in distribution

Continuity::Adapt::FCGI - Use HTTP::Daemon as a continuation server River stage one • 4 direct dependents • 4 total dependents

This module provides the glue between FastCGI Web and Continuity, translating FastCGI requests into HTTP::RequestWrapper objects that are sent to applications running inside Continuity....

AWWAIID/Continuity-1.6 - 17 Jul 2014 04:28:12 UTC - Search in distribution

Plack::Handler::FCGI::EV - PSGI handler for FCGI::EV River stage zero No dependents

Plack::Handler::FCGI::EV is an asynchronous PSGI handler using FCGI::EV as its backend....

MIYAGAWA/Plack-Handler-FCGI-EV-0.01 - 10 May 2011 23:05:16 UTC - Search in distribution

WebDAO::FCGI::ProcManager - functions for managing FastCGI applications. River stage one • 3 direct dependents • 4 total dependents

FCGI::ProcManager is used to serve as a FastCGI process manager. By re-implementing it in perl, developers can more finely tune performance in their web applications, and can take advantage of copy-on-write semantics prevalent in UNIX kernel process ...

ZAG/WebDAO-2.26 - 28 Jun 2017 16:03:54 UTC - Search in distribution
155 results (0.06 seconds)